API Documentation
RenderQueueManagerWrapper.h
1 // RenderQueueManagerWrapper.h
3 //
5 
7 {
11  class DLL_ASTRAEUS_EXPORT RenderQueueManagerWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Functions
69  } ;
70 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::lua::nkGraphicsWrap::RenderQueueManagerWrapper::createOrRetrieveIndex
static nkScripts::OutputValue createOrRetrieveIndex(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::RenderQueueManagerWrapper::createOrRetrieveName
static nkScripts::OutputValue createOrRetrieveName(const nkScripts::DataStack &stack)
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkAstraeus::lua::nkGraphicsWrap::RenderQueueManagerWrapper::getIndex
static nkScripts::OutputValue getIndex(const nkScripts::DataStack &stack)
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::lua::nkGraphicsWrap::RenderQueueManagerWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkAstraeus::lua::nkGraphicsWrap::RenderQueueManagerWrapper
Wraps the nkGraphics::RenderQueueManager and offers functions for use in scripting.
Definition: RenderQueueManagerWrapper.h:12
nkAstraeus::lua::nkGraphicsWrap::RenderQueueManagerWrapper::getName
static nkScripts::OutputValue getName(const nkScripts::DataStack &stack)